home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / PBWIZ19.ZIP / CATALOG.TXT < prev    next >
Text File  |  1994-03-01  |  15KB  |  355 lines

  1.                      Thomas G. Hanlin III
  2.                   3544 E. Southern Ave. #104
  3.                         Mesa, AZ 85204
  4.  
  5.  
  6.  
  7. This catalog lists files that are included on my Sampler disks.
  8. The Sampler is available for $5.00 ($1 + $4 p&h). This listing
  9. is representative, as items are added and removed over time. If
  10. you mention your interests when ordering, I will tailor your
  11. disks accordingly. Don't forget to specify disk size/capacity.
  12.  
  13. Foreign orders must be by international money order, traveler's
  14. check, cash, or otherwise payable directly through a U.S. bank.
  15.  
  16. The Sampler fee does not include any shareware registrations.
  17. You are still expected to register shareware you find useful.
  18.  
  19. In most cases, registration of a product provides you with the
  20. ability to upgrade to later releases at a reduced rate, as well
  21. as some additional benefit. This is often in the form of full
  22. source code, in the case of programming tools and libraries.
  23.  
  24. Prices listed do not include the $4 p & h (per order) fee.
  25.  
  26.  
  27.  
  28. 2MON: Utilities for dual-monitor systems. Free.
  29.  
  30.    Utilities include a clock TSR which runs on the mono display,
  31.    a utility to clear the mono display, and a TSR which remaps
  32.    the PrintScreen key-- instead of going to the printer, it
  33.    copies the color display to the mono display.
  34.  
  35.  
  36.  
  37. AABAS: Affordable Alternative BASIC Library. Shareware ($4).
  38.  
  39.    This is a good library for people curious about the workings
  40.    of their computer, learning how to use libraries, or
  41.    interested in writing their own assembly language routines
  42.    for QuickBasic. It is a collection of scores of simple BIOS
  43.    and DOS-related routines written in assembly language. AABAS
  44.    is not as fancy as my other BASIC libraries, but it's quite
  45.    useful in its own right and a great learning tool.
  46.  
  47.    Source code (MASM 6.0) provided on registration. Registered
  48.    owners may upgrade to later versions for $1.
  49.  
  50. ASMWIZ: The Assembly Wizard's Library. Shareware ($25).
  51.  
  52.    This is a library of over 175 routines for assembly language.
  53.    The library will work with A86, MASM, OPTASM, and TASM. Only
  54.    tiny model (.COM format) is supported. Routines include text
  55.    displays (machine-level, BIOS, and DOS), graphics (Hercules,
  56.    CGA, EGA, VGA), number base conversions, long integer math,
  57.    file matching and command-line parsing, pseudo-random number
  58.    generation, countdowns and delays, buffered file support with
  59.    critical error handling, environment scanning, ASCIIZ string
  60.    functions, keyboard support, mouse support, sound generation,
  61.    control over Break, loading of BSAVE-format files, and more.
  62.  
  63.    Source code (MASM 6.0) provided upon registration. Registered
  64.    owners may upgrade to later versions for $10.
  65.  
  66.  
  67.  
  68. BASUPD: BASIC Update Library. Free.
  69.  
  70.    This library provides routines for QuickBasic 4.x which mimic
  71.    new functions and commands provided by other Microsoft BASIC
  72.    compilers, such as PDS 7.x and Visual Basic for DOS. These
  73.    include disk routines and a powerful selection of time and
  74.    date functions.
  75.  
  76.    Full source code is included.
  77.  
  78. BASWIZ: The BASIC Wizard's Library. Shareware ($35).
  79.  
  80.    This is a library for Microsoft BASIC compilers: QuickBasic,
  81.    PDS, and VB/DOS. It contains an equation solver; far string
  82.    support (even for QuickBasic!); powerful file handling, with
  83.    buffering, critical error handling, and sharing support;
  84.    telecommunications for COM1-COM4; memory management and
  85.    pointers; a powerful virtual windowing system; a high-res
  86.    timer and delay system (accurate to milliseconds); more!
  87.  
  88.    Extensive graphics support is built in. It handles all
  89.    standard modes: MDA, Hercules (no TSR needed), CGA, EGA, VGA,
  90.    SuperVGA (Tseng 4000 and VESA), Epson-compatible dot matrix
  91.    printers, and HP-compatible laser printers. Printer graphics
  92.    output can be previewed on the display. Special non-standard
  93.    VGA modes are included, providing up to 360x480 graphics in
  94.    256 colors on ordinary VGAs. Fonts, polygons, multi-colored
  95.    text-- it's all in here, and more.
  96.  
  97.    BasWiz math support will handle even the most demanding
  98.    applications. It extends BASIC's own math and provides two
  99.    other alternatives: fraction math and BCD support. With BCD,
  100.    you can have up to 254 digits! This is no minimal four-
  101.    function BCD package, either. It includes a wide range of
  102.    support, including many trig functions, constants, and
  103.    conversions. Equally good for huge and tiny numbers.
  104.  
  105.    Source code (MASM 6.0 and BASIC) provided on registration.
  106.    Registered owners may upgrade to later versions for $10. Well
  107.    over a megabyte of sources! Great learning tool.
  108.  
  109.  
  110.  
  111. BCMD: Better Commands for MS-DOS and DR DOS. Shareware ($29.95).
  112.  
  113.    BCMD is a set of new and improved DOS commands designed to
  114.    coexist with your existing DOS command processor for total
  115.    compatibility with your existing applications. New utilities
  116.    include calculators and calendars, keyboard enhancers, text
  117.    file processors, assorted filters, and the ability to attach
  118.    descriptions to files (NDOS and 4DOS compatible), among other
  119.    things. There are many improvements to existing DOS commands
  120.    as well. For example, the BCOPY command allows you to copy
  121.    many files to many locations, with exception specifications:
  122.  
  123.       BCOPY (*.TXT *.DOC) (A: B:) /E README.*
  124.  
  125.    This example copies all .TXT and .DOC files in the current
  126.    directory, except for README files, to both A: and B: drives.
  127.    You can also specify quiet mode, prompting for confirmation,
  128.    the desired case of filespecs, file attributes, "test" mode,
  129.    and much more. Similar capabilities are included in all
  130.    applicable commands. Help is available for each command by
  131.    using the /? switch, as well as through an online reference.
  132.  
  133.    The current version, plus a free upgrade to the next version,
  134.    is provided on registration. Registered owners may upgrade to
  135.    later versions for $10.
  136.  
  137. BPP: A BASIC PreProcessor. Free.
  138.  
  139.    This utility provides a powerful meta-language for PDS,
  140.    QuickBasic, Visual Basic for DOS, PowerBASIC, and even the
  141.    QBASIC provided with DOS 5.0. It processes your code before
  142.    the compiler gets to it, allowing conditional compilation,
  143.    underscores within variable names, flexible "include" files
  144.    (which may even contain SUB and FUNCTION definitions), name
  145.    substitutions, and more. C programmers have had preprocessors
  146.    for years-- now there's one for BASIC too!
  147.  
  148.  
  149.  
  150. EXECOM: EXE-to-COM converter. Free.
  151.  
  152.    Like EXE2BIN, this utility converts .EXE files to .COM files.
  153.    It's smaller and faster, though, as well as offering a few
  154.    additional conveniences.
  155.  
  156.    Source code (MASM) is included.
  157.  
  158.  
  159.  
  160. EXETOOL: EXE Tool. Free.
  161.  
  162.    This program examines .EXE files for validity and can tell
  163.    you whether the .EXE was designed for use with Microsoft
  164.    Windows. If the .EXE file is determined to be too long, as it
  165.    might be if you got it using an older file transfer protocol,
  166.    you are given the option of truncating it to the right size.
  167.  
  168.  
  169.  
  170. IBRARY: Library for the ASIC compiler. Shareware ($8).
  171.  
  172.    This library is for ASIC 4.0 and later versions. If you
  173.    haven't seen ASIC, it's a shareware BASIC compiler which
  174.    provides both command-line and editor/environment support. It
  175.    can produce .COM, .EXE, and .OBJ files. For more info about
  176.    ASIC, write its author:
  177.  
  178.       David A. Visti
  179.       80/20 Software
  180.       P.O. Box 2952
  181.       Raleigh, NC 27602-2952
  182.  
  183.    Ibrary contains some 135 routines which add to the ASIC
  184.    compiler. It provides support for the full range of color
  185.    graphics modes: SCREEN 1, 2, 7, 8, 9, 11, 12, 13, N0, and N1.
  186.    The latter two modes are special 256-color modes which
  187.    provide up to 360x480 on standard VGAs! A large set of math
  188.    extensions, equipment detection routines, mouse support, DOS
  189.    output, string functions, and other goodies is also included.
  190.  
  191.    Source code for Ibrary (MASM 6.0) provided on registration.
  192.    Registered owners may upgrade to later versions for $1.
  193.  
  194. KEY